* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Agency FB';
    src: url("../img/AGENCYR.TTF");
}

#rightNav {
    position: fixed;
    right: 10px;
    z-index: 100;
    bottom: 20vh;
}

#rightNav>.contactInformation {
    /* width: 50px;
    height: 130px;
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF; */
    /* box-shadow: 0px 3px 10px #00000010;
    padding: 0 16px;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;  */
    position: relative;
}

#rightNav>.rightNavItem {
    width: 50px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding-top: 14px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    margin-left: auto;
}

#rightNav>.rightNavItem::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;

}

#rightNav>.rightNavItem:nth-of-type(1)::before {
    background: url("../img/rightNav1.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(1):hover::before {
    background: url("../img/rightNav1-1.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(2)::before {
    background: url("../img/rightNav2.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(2):hover::before {
    background: url("../img/rightNav2-1.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(3)::before {
    background: url("../img/rightNav3.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(3):hover::before {
    background: url("../img/rightNav3-1.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(4)::before {
    background: url("../img/rightNav4.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.rightNavItem:nth-of-type(4):hover::before {
    background: url("../img/rightNav4-1.png") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.anniversary {
    /*width: 62px;*/
    /*height: 81px;*/
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

#rightNav>.anniversary>img {
    display: block;
    width: 100%;
    height: 100%;
}

#rightNav .itemTips {
    width: 606px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    line-height: 40px;
    /* text-indent: 16px; */
    text-align: center;
    color: #AAAAAA;
    font-size: 14px;
    font-family: Source Han sans-serif;
}

#rightNav .upBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 510px;
    position: relative;
}

#rightNav .upBox .upImg {
    width: 52px;
    height: 25px;
    position: relative;
    /* cursor: pointer; */
}

#rightNav .upBox .upImg>input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
    z-index: -1;
    /* background: red; */
}

#rightNav .upBox .upImg>img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#rightNav .upBox .upImg>.img2 {
    display: none;
}


#rightNav .upBox .upImg:hover>.img2 {
    display: block;
}

#rightNav .upBox .upImg:hover>.img1 {
    display: none;
}

#rightNav .upBox .uptext {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;

}

#rightNav .upBox .uptext #upTitle {
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    color: #333333;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rightNav .upBox .uptext>img {
    width: 16px;
    display: block;
    cursor: pointer;
}

#rightNav .typeTips {
    color: #E65555;
    font-size: 14px;
    margin-left: auto;
}

#rightNav>.rightNavItem>p {
    margin-top: 4px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    line-height: 20px;
}

#rightNav>.rightNavItem:hover {
    background: #0099AD;
}

#rightNav>.rightNavItem:hover>p {
    color: #FFFFFF;
}

#rightNav p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

#rightNav>.contactInformation>p {
    margin-top: 8px;
    text-align: center;
}

#rightNav>.contactInformation .ciNumberBox {
    position: absolute;
    top: 0;
    right: 50px;
    height: 140px;
    width: 0px;
    overflow: hidden;
    transition: all .2s ease;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber {
    padding: 10px;
    background: #FFFFFF;
    height: 130px;
    width: 350px;
    box-shadow: 0px 3px 10px #00000010;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop {
    display: flex;
    /* justify-content: space-between; */
    padding-bottom: 6px;
    border-bottom: 1px solid #DDDDDD;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .QRcode {
    display: flex;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .QRcode img {
    display: block;
    width: 80px;
    height: 80px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .QRcode .text {
    text-align: left;
    margin-left: 11px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .QRcode .text p:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
    margin-top: 8px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .QRcode .text p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #0099AD;
    margin-top: 8px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .QRcode .text p:nth-child(3) {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 2px;
    font-family: Agency FB;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section {
    display: flex;
    align-items: center;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time {
    margin-left: 10px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section p:nth-of-type(1) {
    margin-left: 8px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section p:nth-of-type(2) {
    margin-left: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    /* font-family: Agency FB; */
    /* font-weight: 400; */
    font-family: Source Han sans-serif;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section::before {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section:nth-child(1) {
    margin-top: 4px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section:nth-child(2) {
    margin-top: 16px;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section:nth-child(1)::before {
    background: url("../img/phoneImg.png?v1") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .ciNumberTop .phone_time>section:nth-child(2)::before {
    background: url("../img/work_time.png?v1") no-repeat;
    background-size: 100% 100%;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .rightTips {
    margin-top: 6px;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

#rightNav>.contactInformation .ciNumberBox .ciNumber .rightTips span {
    color: #0099AD;
}

/* #rightNav>.contactInformation::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/contactInformation1.png") no-repeat;
    background-size: 100% 100%;
} */

#rightNav>.contactInformation:hover .ciNumberBox {
    width: 360px;
    padding-right: 10px;
}

#rightNav>.contactInformation:hover {
    background: #0099AD;
    color: #FFFFFF;
}

/* #rightNav>.contactInformation:hover::before {
    background: url("../img/contactInformation2.png") no-repeat;
    background-size: 100% 100%;
} */

#rightNav .clickUp {
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF; */
    box-shadow: 0px 3px 10px #00000010;
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: -80px;
    bottom: -50px;
    transition: all .1s ease;
    margin-left: auto;
}

#rightNav .clickUp::before {
    display: block;
    content: "";
    width: 20px;
    height: 16px;
    background: url("../img/clickUp1.png?v1") no-repeat;
    background-size: 100% 100%;
}

#rightNav .clickUp:hover {
    background: #0099AD;
}

#rightNav .clickUp:hover::before {
    background: url("../img/clickUp2.png?v1") no-repeat;
    background-size: 100% 100%;
}

#rightNav .Feedback {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px #00000010;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

#rightNav .Feedback::before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    background: url("../img/Feedback1.png") no-repeat;
    background-size: 100% 100%;

}

#rightNav>section {
    margin-left: auto;
}

#rightNav .Feedback>div {
    font-size: 14px;
    color: #fff;
    margin-left: 0px;
    width: 0px;
    overflow: hidden;
    transition: all .3s ease;
    height: 20px;
}

#rightNav .Feedback:hover {

    width: 120px;
    animation: co .3s forwards;
}

@keyframes co {
    0% {
        background: #0099AD;
    }

    90% {
        background: #0099AD;
    }

    100% {
        background: #0099AD;
    }
}

#rightNav .Feedback:hover>div {
    margin-left: 10px;
    width: 56px;
}

#rightNav .Feedback:hover::before {
    background: url("../img/Feedback2.png") no-repeat;
    background-size: 100% 100%;
    animation: imgs .3s forwards;
    background: url("../img/Feedback2.png") no-repeat;
    background-size: 100% 100%;
}

@font-face {
    font-family: 'Aller';
    src: url("../img/ALLER_LT.TTF");
}

*::-webkit-input-placeholder {
    color: #aaaaaa;
}

#rightNav .FeedbackModle {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000070;
    z-index: 10000;
    display: none;
}

#rightNav .FeedbackModle .FeedbackBOX {
    position: absolute;
    width: 666px;
    height: 611px;
    background: #ffffff;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
}

#rightNav .FeedbackModle .FeedbackBOX .title {
    padding: 0 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
}

#rightNav .FeedbackModle .FeedbackBOX .title .top {
    display: flex;
    justify-content: space-between;
}

#rightNav .FeedbackModle .FeedbackBOX .title .top .left {
    display: flex;
    align-items: flex-end;
}

#rightNav .FeedbackModle .FeedbackBOX .title .top .left>h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 67px;
    color: #333333;
    font-family: Source Han sans-serif;
}

#rightNav .FeedbackModle .FeedbackBOX .title .top .left>P {
    margin-bottom: 6px;
    height: 28px;
    font-size: 24px;
    font-family: Aller;
    font-weight: 300;
    line-height: 28px;
    color: #333333;
    text-transform: uppercase;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

#rightNav .FeedbackModle .FeedbackBOX .title .top .left>P::before {
    display: block;
    content: '';
    width: 22px;
    height: 21px;
    background: url("../img/Feedback3.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

#rightNav .FeedbackModle .FeedbackBOX .title .top .left>.phone::before {

    background: url("../img/righrPhone.png") no-repeat;
    background-size: 100% 100%;

}

#rightNav .FeedbackModle .FeedbackBOX .title .top .del {
    width: 48px;
    height: 48px;
    background: url("../img/cansel5.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#rightNav .FeedbackModle .FeedbackBOX .title>p {
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #aaaaaa;
    margin-top: 4px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent {
    padding: 0 30px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item {
    margin-top: 20px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .type {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    font-family: Source Han sans-serif;
    display: flex;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .Required::before {
    content: '*';
    display: block;
    color: #e65555;
    font-size: 18px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData {
    margin-top: 16px;
    position: relative;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList {
    display: flex;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList>div {
    width: 88px;
    height: 40px;
    border: 1px solid #dddddd;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 40px;
    margin-right: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList>div .other {
    position: absolute;
    width: 206px;
    height: 40px;
    border: 1px solid #dddddd;
    border-left: none;
    top: -1px;
    left: 87px;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList>div .other>input {
    width: 175px;
    outline: none;
    border: none;
    font-size: 14px;
    height: 14px;
    font-weight: 400;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList .select {
    overflow: initial;
    background: #0099AD;
    color: #fff;
    border: 1px solid #0099AD;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList .select .other {
    display: flex;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .selectList>div:last-child {
    margin-right: 0px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData>textarea {
    width: 606px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #dddddd;
    resize: none;
    padding: 16px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    outline: none;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData>textarea::-webkit-scrollbar {
    width: 2px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData>textarea::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eeeeee;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData>textarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0099AD;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .num {
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #aaaaaa;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .contactInformation {
    display: flex;
    justify-content: space-between;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .contactInformation>.itemInput {
    display: flex;
    width: 295px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dddddd;
    align-items: center;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .contactInformation>.itemInput>div {
    width: 67px;
    height: 40px;
    border-right: 1px solid #dddddd;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent>.item .itemData .contactInformation>.itemInput>input {
    width: 196px;
    font-size: 14px;
    outline: none;
    border: none;
    margin-left: 16px;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent .but {
    width: 96px;
    height: 40px;
    background: #f7f7f7;
    margin-top: 24px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    color: #dddddd;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

#rightNav .FeedbackModle .FeedbackBOX .inputContent .but.selectBut {
    background: #0099AD;
    color: #fff;
}

.anniversaryBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    display: none;
}

.anniversaryBox .img {
    display: block;
    width: 546px;
    /* height: 467px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.anniversaryBox .img img {
    display: block;
    width: 546px;
    /* height: 467px; */
}

.anniversaryBox .img .del {
    position: absolute;
    top: 10px;
    right: -50px;
    width: 30px;
    height: 30px;
    background: url(../img/close2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.stow-nav {
    position: fixed;
    background: none;
    right: 60px;
    bottom: 72px;
    z-index: 980;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 6%);
    border-radius: 8px;
    width: 60px;
    height: 34px;
    margin-top: 10px;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stow-nav img {
    display: block;
    width: 16px;
    height: 16px;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.stow-nav-open img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stow-nav p {
    text-align: center;
    font-size: 12px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 17px;
    color: #666666;
    margin-left: 8px;
}

.right-bottom-nav {
    position: fixed;
    background: none;
    right: 60px;
    bottom: 116px;
    z-index: 980;
    /* height: 478px; */
    transition: all .2s ease;
}

.right-bottom-height {
    height: 0 !important;
    overflow: hidden;
}



.right-bottom-nav img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.right-bottom-nav-zindex {
    z-index: 1010;
}

.right-bottom-nav .item1 {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    position: relative;
    cursor: pointer;
}

.right-bottom-nav .save>a {
    width: 60px;
    display: block;
}

.right-bottom-nav .save img {
    display: block;
    margin-left: -11px;
    width: 82px;
    height: 82px;
}

.right-bottom-nav .task {
    margin-top: 10px;
    margin-left: -6px;
    position: relative;
    cursor: pointer;
    width: 60px;
}

.right-bottom-nav .task>.tag {
    position: absolute;
    top: -4px;
    left: -16px;
    padding: 4px 10px;
    line-height: 10px;
    border-radius: 8px 8px 0 8px;
    font-size: 10px;
    background-image: linear-gradient(to right, #FD9849, #FD7D39);
    color: #ffffff;
}


.right-bottom-nav .task>img {
    width: 72px;
    height: 72px;
}

.right-bottom-nav .item1 img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}



.right-bottom-nav .item1>p {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    margin-top: 3px;
}

.right-bottom-nav .item1:hover>p {
    color: #0099AD;
}

.right-bottom-nav .emailBox:hover .email {
    display: block;
}

.right-bottom-nav .item1 .email {
    transition: all .2s ease;
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 8px;
    display: none;
}



.right-bottom-nav .item1 .padR10 {
    position: absolute;
    padding-right: 10px;
}

.right-bottom-nav .item1 .size1 {
    transition: all .2s ease;
    bottom: 0px;
    left: -150px;
    width: 150px;
}

.right-bottom-nav .item1 .size2 {
    transition: all .2s ease;
    bottom: 0px;
    left: -150px;
    width: 150px;
}

.right-bottom-nav .item1 .size4 {
    transition: all .2s ease;
    bottom: 0px;
    left: -300px;
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.right-bottom-nav .item1 .size3 {
    transition: all .2s ease;
    bottom: 0px;
    left: -170px;
    width: 170px;
}

.right-bottom-nav .item1 .email p {
    padding: 10px 12px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: flex;
    align-items: center;

}

.right-bottom-nav .item1 .email p:nth-of-type(1):before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/email1-1.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.right-bottom-nav .item1 .email p:nth-of-type(1):hover:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/email1-2.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.right-bottom-nav .item1 .email p:nth-of-type(2):before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/email2-1.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.right-bottom-nav .item1 .email p:nth-of-type(2):hover:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/email2-2.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.right-bottom-nav .item1 .email p:nth-of-type(3):before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/email3-1.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.right-bottom-nav .item1 .email p:nth-of-type(3):hover:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/email3-2.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}


.right-bottom-nav .item1 .email p:hover {
    background: #F2F9FF;
    color: #0099AD;
}


.right-bottom-nav .wxBox>.more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.right-bottom-nav .wxBox>.drop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #0099AD;
    padding-bottom: 18px;
}

.right-bottom-nav .wxBox:hover .wxb {

    display: block;
}

.right-bottom-nav .xcxBox:hover .wxb {
    display: block;
}

.right-bottom-nav .zxBox:hover .zxb {
    display: block;
}



.right-bottom-nav .item1 .wxb {
    transition: all .2s ease;
    width: 140px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    padding: 12px 0;
    border-radius: 8px;
    display: none;
}

.right-bottom-nav .item1 .wxb .tit {
    color: #0099AD;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
}

.right-bottom-nav .item1 .wxb>img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.right-bottom-nav .item1 .wxb>p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}


.right-bottom-nav .item1 .zxb {
    transition: all .2s ease;
    width: 160px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding-top: 16px;
    display: none;
    /* 默认显示 客服咨询 */
}

.right-bottom-nav .item1 .zxb>img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.right-bottom-nav .item1 .zxb>p:nth-of-type(1) {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

.right-bottom-nav .item1 .zxb>p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    opacity: 0.8;
    text-align: center;
}